object TipForm: TTipForm Left = 514 Top = 293 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Tip of the Day...' ClientHeight = 188 ClientWidth = 370 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 145 Height = 47 ParentShowHint = False Picture.Data = {} ShowHint = False Transparent = True end object Memo1: TMemo Left = 8 Top = 56 Width = 353 Height = 89 BorderStyle = bsNone Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'We would love to hear what you think of WeatherAloud, and ' 'are always available to help with any problems or questions ' 'you have. Click Help->WeatherAloud support, or email us at ' 'support@nextup.com.') ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 0 WantReturns = False end object NextButton: TButton Left = 192 Top = 160 Width = 75 Height = 25 Caption = 'Next' Default = True TabOrder = 1 OnClick = NextButtonClick end object CloseButton: TButton Left = 280 Top = 160 Width = 75 Height = 25 Caption = 'Close' Default = True TabOrder = 2 OnClick = CloseButtonClick end object ShowCheckBox: TCheckBox Left = 8 Top = 168 Width = 169 Height = 17 Caption = 'Show Tips at Startup' TabOrder = 3 end object QuickStartButton: TButton Left = 208 Top = 16 Width = 129 Height = 25 Caption = 'Quick Start Guide' TabOrder = 4 OnClick = QuickStartButtonClick end end